home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 12331 / 12331.xpi / chrome / skin / aniweather.css < prev    next >
Cascading Style Sheet File  |  2009-10-19  |  389b  |  21 lines

  1. awcanvas {
  2.   -moz-box-align: center;
  3.   -moz-box-pack: center;
  4.   border-right: 1px solid ThreeDShadow;
  5.   border-left: 1px solid ThreeDHighlight;
  6.   border-bottom: none;
  7.   border-top: none;
  8.   padding: 0 2px 0 2px;
  9.   margin: 0px;
  10.   cursor: pointer;
  11. }
  12.  
  13. awcanvas[aw-first="true"] {
  14.   border-left: none;
  15.   padding-left:0;
  16. }
  17.  
  18. awcanvas[aw-last="true"] {
  19.   border-right: none;
  20.   padding-right:0;
  21.   }